home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / software / radiance / ez3d / win95nt / data.z / CONFIG.TXT < prev    next >
Text File  |  1996-05-22  |  677b  |  15 lines

  1. # External output translators config file
  2. #
  3. #  If you'd like to setup Ez3d to invoke an external translator, add a new line with the
  4. #  following keywords:
  5.  
  6. #     "Format description"  "File extension" "Info file" "Executable location" "arguments"
  7. #
  8. #        Arguments can have $INPUTFILE and $OUTPUTFILE
  9.  
  10. "VRML" "wrl" VRML.info IvToVRML.exe -o $OUTPUTFILE $INPUTFILE
  11. "Ez3d Inventor" "eiv" Ez3dInventor.info " " 
  12. "OpenInventor" "iv" OpenInventor.info " "
  13. "Autodesk" "dxf" Autodesk.info EivToDxf.exe -o $OUTPUTFILE $INPUTFILE 
  14. "3DStudio" "3ds" 3DStudio.info IvTo3ds.exe $INPUTFILE $OUTPUTFILE
  15. "Wavefront" "obj" Wavefront.info EivToObj.exe -o $OUTPUTFILE $INPUTFILE